home *** CD-ROM | disk | FTP | other *** search
- on BoxUp
- global BoxUp
- if BoxUp = 1 then
- if (the clickOn >= 16) and (the clickOn <= 19) then
- pass()
- else
- if the mouseDown = 1 then
- beep()
- end if
- dontPassEvent()
- end if
- end if
- end
-
- on BoxUpE
- global BoxUp
- if BoxUp = 1 then
- if (the clickOn >= 20) and (the clickOn <= 22) then
- pass()
- else
- if the mouseDown = 1 then
- beep()
- end if
- dontPassEvent()
- end if
- end if
- end
-